minWakeSecs

@get:JvmName(name = "getMinWakeSecs")
@set:JvmName(name = "setMinWakeSecs")
var minWakeSecs: Int
Description: While in light sleep when we receive packets on the LoRa radio we will wake and handle them and stay awake in no BLE mode for this value
Technical Details: ESP32 Only 0 for default of 10 seconds

uint32 min_wake_secs = 8;